<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*客服*/
.qqkefu{
	display: none;
    position: fixed;
    top:50%;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop + 365));
    z-index: 20;
    /*right:0;*/
    right: 30px;
    width:39px;
}
.qqkefu ul li{
    width: 45px;
    height:45px;
    margin-bottom:1px;
    float:right;
    background:#e94609;
    line-height:45px;
    font-size:14px;
    cursor:pointer;
    position:relative;
}
.qqkefu ul li a{
    color:#fff;
    overflow: hidden;
    display: block;
    height: 45px;
    padding-left: 10px;
}
.qqkefu ul li.qq_cza{
    overflow:hidden
}
.qqkefu ul li:hover{
    background:#e94609;
}
.qqkefu ul li.top{
    background:url("../images/back.png") no-repeat center #e94609;
    position:relative;
    width:45px;
    height: 45px;
    cursor:pointer;
}
.qqkefu ul li.top:hover{
    background:url("../images/back.png") no-repeat center #e94609;
}
.qqkefu ul li b{
    width:45px;
    height:45px;
    display:block;
    overflow:hidden;
    float:right;
}
.qqkefu ul li span{
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
}
.qqkefu ul li b.a{
    background:url(../images/qq.png) no-repeat center center;
}
.qqkefu ul li b.b{
    background:url(../images/zixun.png) no-repeat center center;
}
.qqkefu ul li b.c{
    background:url(../images/weixin.png) no-repeat center center;
}
.qqkefu ul li b.e{
    background:url(../images/tel.png) no-repeat center center;
}
.qqkefu ul li.qq_czae{ line-height:15px !important}
.erweima{
    width: 130px;
    height: 150px;
    position: absolute;
    top: -107px;
    left: -150px;
    background: #FFF;
    border: 1px solid #CCC;
    float: left;
    cursor: default !important;
    display:none;
    /*overflow: hidden;*/
}
.erweima p{
    line-height: 20px;
    color: #000;
    font-size: 12px;
    text-align: center;
    float: left;
    width: 130px;
}
.erweima p img{
    width: 110px;
    height: 110px;
    margin: 10px 10px 0px 10px;
}
.erweima .arrow3 {
    width: 12px;
    height: 10px;
    display: block;
    background:url(../images/kefu_10.png) no-repeat;
    position: absolute;
    right: -11px;
    top: 122px;
}

/*app-客服*/

.kffixed {
  position: fixed;
  bottom: 2px;
  z-index: 2000;
  width: 100%;
  height: 49px;
  overflow: hidden;
  display: none;
}

.kufuul {
  text-align: center;
  width: 100%;
  height: 49px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
}

.kefu {
  padding: 0 2px;
}

.kefu li {
  width: 50%;
  float: left;
  height: 49px;
  text-align: center;
  color: #fff;
  line-height: 49px;
  color: #fff;
  transition: all .4s;
  padding: 0 1px;
}

.kf-zx {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  line-height: 45px;
  text-align: center;
  background: #e94609;
}

.kf-zx img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.teldb {
  background: rgba(0, 0, 0, 0.6);
  display: block;
}

.teldb img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.teldb {
  color: white;
}

@media (max-width: 991px) {
  .qqkefu {
      display: none !important;
  }
  .kffixed {
      display: block;
  }
}</pre></body></html>